Hệ thống quản lý ngân hàng máu trong php

1 <?php
2 $title=
"About Us";$setAboutActive="active";
3 include
'layout/_header.php';
4
5 include
'layout/navbar.php';
6 ?>
7
8 <div
class="container">
9     <div
class="row">
10         <div
class="col-md-10">
11             <a href=
"#" id="Heading">About Us</a>
12             <p>We are a non-profitable organization which aims to provide a better and easier way to find the required blood needed
13             at the time. </p>
14         </div>
15     </div>
16 </div>
17
18 <?php include
'layout/_footer.php'; ?>


Gõ tìm kiếm nhanh...